<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window
    id="findfile-window"
    title="Find Files"
    orient="horizontal"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<vbox flex="1">

  <description>
    Enter your search criteria below and select the Find button to begin
    the search.
  </description>
  
  <hbox>

  <label value="Search for:" control="find-text"/>
  <textbox id="find-text" flex="1" style="min-width: 15em;"/>
  </hbox>

  <hbox>

  <spacer flex="1"/>

  <button id="find-button" label="Find" default="true"/>
  <button id="cancel-button" label="Cancel"/>

  </hbox>
</vbox>

</window>

